body {
    transition: transform 0.3s ease;
}

.content {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
}
